home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-03-03 | 2.3 KB | 141 lines | [TEXT/ttxt] |
- // This files sets the value of variables which change how
- // pages are outputted.
-
- VariableFileTitle: Single Picture Per Row Table
-
- VariableFileDescription:
- This layout causes each picture to occupy its own row
- in a table. The table has multiple columns, that include
- the in-line image, the anchor file name, the file size,
- the name of the person in the photo, and a description of
- the photo.
-
-
- PageHeadTemplate:
- <TITLE>${PageTitle}</TITLE>
- <H1 ALIGN=CENTER>${PageLabel}</H1>
- <P>
- ${PageIntro}
- <P>
- <HR>
-
-
- PageIntro:
- Click on an image or highlighted text to follow a link.
-
-
- PageTitle:
- ${PageFullDOSFileName}
-
-
- PageLabel:
- ${PageFullDOSFileName}
-
-
- BodyTag:
- <BODY>
-
-
- PageBodyTemplate:
- ${BodyTag}
-
-
- //The value of ActualReturnLabel is set to PossibleReturnLabel
- //if and only if the page has a parent page, otherwise it's blank
- PageEndTemplate:
- ${ActualReturnLabel}
- <P>
- The the total size of files to download is ${TotalFileSizeInK}K.
- <P>
- <ADDRESS>${PageTitle}/${PersonFullName}/${EMailAddress}</ADDRESS>
- <P>
- </BODY>
-
-
- FileLeaderTemplate:
- <TABLE BORDER>
- <CAPTION>
- Picture File List
- </CAPTION>
- <TR>
- <TH>Image
- <TD>File
- <TD>Size
- <TD>Name
- <TD>Description
- </TR>
-
-
- FileEntryTemplate:
- <TR>
- <TH>
- <A HREF="${AnchorFileName}">
- ${ImageTag}
- </A>
- <TD>
- <A HREF="${AnchorFileName}">
- ${AnchorFileName}
- </A>
- <TD>
- ${FileSizeInK}K
- <TD>
- ${ImageSubjectName}
- <TD>
- ${ImageDescription}
- </TR>
-
-
- FileTrailerTemplate:
- </TABLE>
-
-
- DirLeaderTemplate:
- <TABLE BORDER>
- <CAPTION>
- Page List
- </CAPTION>
- <TR>
- <TH>Sample
- <TD>Page Name
- <TD>Size
- </TR>
-
-
- DirEntryTemplate:
- <TR>
- <TH>
- <A HREF="${AnchorFileName}">
- ${ImageTag}
- </A>
- <TD>
- <A HREF="${AnchorFileName}">
- ${PageLabel}
- </A>
- <TD>
- ${TotalFileSizeInK}K
- </TR>
-
-
- DirTrailerTemplate:
- </TABLE>
-
-
- //Note=> ParentPageLabel is expanded using the variables of the parent
- // page not the page it's value appears in.
- ParentPageLabel: ${PageLabel}
-
- //The following appears at the end of a child page.
- //If the page has no parent this label does not appear.
- PossibleReturnLabel:
- <P><A HREF="${ParentPageAnchor}">Return to ${ParentPageLabel}</A>
-
-
- ImageTag:
- <IMG SRC="${ImageFileName}" WIDTH="${DisplayWidth}" HEIGHT="${DisplayHeight}">
-
-
- // The following field(s) are entirely optional
-
- ImagePersonName: N/A
- Description: N/A
-